home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13467 < prev    next >
Encoding:
Text File  |  1996-08-05  |  967 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: freenet.Victoria.BC.CA!wh756
  3. From: wh756@freenet.Victoria.BC.CA (Graham Storey)
  4. Subject: WTD: C batch file for Borland C++ 4.52
  5. Message-ID: <1996Apr6.235729.24366@freenet.victoria.bc.ca>
  6. Sender: news@freenet.victoria.bc.ca (News Manager)
  7. Reply-To: wh756@freenet.Victoria.BC.CA (Graham Storey)
  8. Organization: The Victoria Freenet Association (VIFA), Victoria, B.C., Canada
  9. Date: Sat, 6 Apr 1996 23:57:29 GMT
  10.  
  11.  
  12. Evidently someone saw fit to cancel my query earlier.  Anyway,
  13. if someone can help me obtain the batch file needed to compile
  14. C programs from the MS DOS prompt using Borland C++ 4.52, I 
  15. would appreciate it.  I had been using the following batch file
  16. for BC4 for some time:
  17.  
  18. @ECHO OFF
  19. BCC -IC:\BC4\INCLUDE -LC:\BC4\LIB %1
  20.  
  21. I'd save it in the C:\bc4\bin directory as cc.bat so that I could
  22. compile from a DOS editor.  Thanks for any assistance in this 
  23. regard and please e-mail.  
  24. -- 
  25. Graham Storey <wh756@freenet.victoria.bc.ca>
  26.